home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Pdftohtml_mos / readme next >
Text File  |  2002-09-16  |  2KB  |  78 lines

  1. pdftohtml
  2. =========
  3.  
  4. Pdftohtml was developed by Gueorgui Ovtcharov and Rainer Dorsch. It is
  5. based and benefits a lot from Derek Noonburg's xpdf package.
  6.  
  7. version 0.34
  8. June 17th, 2002
  9.  
  10. Email: pdftohtml-general@lists.sourceforge.net
  11. WWW:   http://sourceforge.net/projects/pdftohtml
  12.  
  13. The xpdf software and documentation are
  14. copyright 1996-2002 Derek B. Noonburg.
  15.  
  16. The PDF data structures, operators, and specification are
  17. copyright 1995 Adobe Systems Inc.
  18.  
  19.  
  20. What is pdftohtml?
  21. ----------------------
  22.  
  23. pdftohtml converts files from the Portable Document Format (PDF) files
  24. into the HTML file format.
  25.  
  26. How to use pdftohtml?
  27. ---------------------
  28.  
  29. If HTML-file is not specified pdftohtml.bin converts file.pdf to file.html
  30. and extracts all images.  If the -c option is not specified, only JPEG
  31. files are saved. If the -c option is specified, one PNG image is generated
  32. for each page.
  33.  
  34.  
  35. How to compile pdftohtml ?
  36. ------------------------------
  37.  
  38. To compile pdftohtml.bin, type : 
  39.    
  40.     gmake
  41.  
  42. This version of pdftohtml was tested on Linux, FreeBSD, Solaris, MacOS X 
  43. and Windows
  44.  
  45.  
  46.  
  47. Running pdftohtml
  48. -----------------
  49.  
  50. To run pdftohtml type : 
  51.     
  52.     pdftohtml file.pdf
  53.  
  54.  
  55. Distribution
  56. ------------
  57.  
  58. Pdftohtml is licensed under the GNU General Public License (GPL), version
  59. 2. See COPYING. 
  60.  
  61.  
  62. Getting pdftohtml
  63. ----------------- 
  64.  
  65. The latest version of pdftohtml is available from:
  66.  
  67.   http://sourceforge.net/projects/pdftohtml/
  68.  
  69. Mail Aliases:
  70. -------------
  71.  
  72. The new mailing list is here:
  73. pdftohtml-general@lists.sourceforge.net
  74.  
  75. You can post to it by just e-mailing to the address above.
  76. To subscribe to the mailing list please visit:
  77. http://lists.sourceforge.net/lists/listinfo/pdftohtml-general
  78.